Dew Stats for .NET
|
The innovations algorithm.
Parameters |
Description |
[In] TDenseMtxVec kappa |
Defines covariances for innovations algorithm. |
[In] TVec Theta |
Returns Theta[n,1]...Theta[n,n] coefficients. |
out double Sigma2 |
Returns variance. |
[In] int NumEvals |
Defines number of iterations of the innovation algorithm. |
[In] TVec ThetaVar |
If not nil, returns theta[n,1]..Theta[n,n] variances. |
[In] TVec SumSqr |
If not nil, returns sum of squares for each theta[n,i] element. |
Uses the Innnovations algorithm to recursively calculate Theta[n,1]...Theta[n,n] coefficients.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|